home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / vtkermit.arc / VTKERMIT.DOC < prev    next >
Encoding:
INI File  |  1986-02-13  |  4.6 KB  |  90 lines

  1. [VTKERMIT.DOC] -- Overview documentation for VTKermit -- 9 Feb 86
  2.  
  3. VTKermit is an enhanced version of Columbia University's MS-Kermit program.
  4. VTKermit is based on version 2.26 of MS-Kermit and contains all features from
  5. that version with the exception of the Heath-19 emulation mode and the ability
  6. to run under versions of MS-DOS prior to 2.0.
  7.  
  8. This version of VTKermit supports IBM PCs (and /XTs, Portables, ATs, maybe jr)
  9. and most compatibles.  Also, the EXE file will run on the DEC Rainbow, though
  10. some features (some VT100 extensions, menu mode) are not supported on the
  11. Rainbow.  Limited testing of scripts on the Rainbow suggests that they don't
  12. work either:  perhaps usage on the Rainbow should be restricted to the vanilla
  13. terminal emulation and file transfer functions until a future version
  14. addresses these problems.
  15.  
  16. VTKermit adds the following features to MS-Kermit:
  17.  
  18.   1)  VT100 emulation
  19.   2)  Script files
  20.   3)  Command menus
  21.   4)  Many other features too numerous to mention here
  22.  
  23. For a longer list of VTKermit features, see FEATURES.DOC.
  24.  
  25. The documentation distributed with VTKermit makes no effort to replace
  26. Columbia University's fine documentation for Kermit.  Instead, the more
  27. important differences between vanilla Kermit and VTKermit are identified, and
  28. some usage instructions are provided.  The major documentation effort went
  29. into documenting scripts and menus, which are completely new features.
  30.  
  31. Also, since VTKermit emulates very closely a DEC VT100 terminal, no effort to
  32. document the available VT100 escape sequences was made.  See a VT100 manual
  33. for help with VT100 features.  Instead, VT100.DOC talks about differences
  34. between the VT100 emulation mode provided by VTKermit and that of a real
  35. VT100.  Also, some details of screen handling are covered in that document.
  36.  
  37. Documentation distributed with VTKermit consists of:
  38.   VTKERMIT.DOC    -- This file
  39.   FEATURES.DOC    -- Glossy-style list of some VTKermit features
  40.   VT100.DOC    -- Documentation of VT100 features
  41.   SCRIPT.DOC    -- Documentation of script facility
  42.   MENU.DOC    -- Documentation of command menus
  43.   OVERVIEW.SCR    -- Simple "interactive" overview, a script file
  44.  
  45. VTKermit is distributed with source code.  The program is written in 8086/8088
  46. Macro Assembler language and may be assembled with any Microsoft-compatible
  47. assembler from IBM's MASM version 2.0 onward.  Microsoft's version 4.0
  48. assembler is recommended due to its higher speed.  The distributed
  49. VTKERMIT.EXE file was compressed with the EXEPACK program that comes with MASM
  50. version 4.0, which is also highly recommended.
  51.  
  52. To install VTKermit to run on a floppy disk, just copy the files from the
  53. distributed "EXE disk" to a DOS system disk.
  54.  
  55. To install VTKermit to run on a hard disk system, create a VTKermit (or other
  56. name) directory, copy the files from the "EXE disk" into that directory, and
  57. add the directory to the PATH that is set up in AUTOEXEC.BAT.  VTKermit
  58. searches the default PATH for most of its "system" files, so you can be
  59. connected to any directory you want while running the program.
  60.  
  61. To rebuild VTKermit, copy all of the files from the two "SOURCE disks" into a
  62. VTKermit (or other) directory on your hard disk and type DOITALL.  MASM and
  63. LINK should both be on your default PATH, as should EXEPACK if you have it.
  64. (EXEPACK is well worthwhile, as it cuts the size of the EXE file from about
  65. 80K to about 50K bytes.)  Be sure that you have a lot of free disk space when
  66. rebuilding VTKermit ... you will need something like a megabyte.  If after
  67. changing a few pieces of VTKermit you need to relink but don't want to
  68. reassemble everything, you can use the LINKIT batch file instead of DOITALL.
  69.  
  70. The original MS-Kermit version 2.26 on which VTKermit is based was written by
  71. Jeff Damens and Daphne Tzoar at Columbia University.  The design of the Kermit
  72. file transfer concept and protocol was by Frank da Cruz and Bill Catchings at
  73. Columbia.
  74.  
  75. All of the VTKermit enhancements were written by Tad Marshall.  Funding for
  76. the development of the VT100 emulator came from Bankers Trust Company.
  77. Funding and much of the design for the rest of the enhancements came from Stan
  78. Baer and Rich Stillman at Harvard Business School.  The script language was
  79. modelled after the script language of Datability's Remote Access Facility,
  80. RAF, for which Rich Rupp and Ron Howard of Datability get credit.
  81.  
  82. VTKermit is
  83.  
  84.     Copyright (C) 1982,1983,1984,1985,1986 Trustees of Columbia University
  85.  
  86. and is subject to all the conditions imposed by Columbia University.  These
  87. primarily disallow any attempt to sell VTKermit or other Kermits for profit.
  88.  
  89. [End of VTKERMIT.DOC]
  90.